_Extract YouTube VideoID from URL
(7 actions, 5 KB)
0 Match Text
v=([^&]+)
in
[Shortcut Input]
ใยป
1
2
MatchTextCaseSensitive
:
false
1 If
[0 Matches]
has any value
2 Get Match Group At Index 1 in
[0 Matches]
ใโ videoId
3 Otherwise
4 Match Text
[^/]+$
in
[Shortcut Input]
5 End Ifใยป
6 Stop and Output
[5 videoId]